home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
swf
/
header.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-09-06
|
365b
|
20 lines
function revert()
{
gotoAndStop(Tardis.ActiveSection.id);
}
function go(str)
{
var _loc1_ = this;
_loc1_.prevSection = currentSection;
_loc1_.currentSection = str;
_loc1_.gotoAndPlay(3);
}
function clearUp()
{
go("default");
}
this.prevSection = currentSection = "default";
delete Tardis.Settings.issue_year;
clearUp();
stop();